Table of Contents

Class OracleMappingSchema

Namespace
LinqToDB.DataProvider.Oracle
Assembly
linq2db.dll
public sealed class OracleMappingSchema : LockedMappingSchema, IConfigurationID
Inheritance
OracleMappingSchema
Implements
Inherited Members
Extension Methods

Methods

TryGetConvertExpression(Type, Type)

Returns custom value conversion expression from from type to to type if it is defined in mapping schema, or null otherwise.

public override LambdaExpression? TryGetConvertExpression(Type from, Type to)

Parameters

from Type

Source type.

to Type

Target type.

Returns

LambdaExpression

Conversion expression or null, if conversion is not defined.