Interface IExpressionPropertyAdapter
SQL expression property mapping adapter
Inherited Members
Namespace: XData.Mapping.Dynamic
Assembly: XData.docfx.dll
Syntax
public interface IExpressionPropertyAdapter : IPropertyMappingAdapter
Methods
| Improve this Doc View SourceExists()
SQL subquery expression exists operation
Declaration
IStructureFlag Exists()
Returns
Type | Description |
---|---|
IStructureFlag | SQL expression mapping flag |
Exists(ExistsOperation)
SQL subquery expression exists operation
Declaration
IStructureFlag Exists(ExistsOperation exists)
Parameters
Type | Name | Description |
---|---|---|
ExistsOperation | exists | Exists operation |
Returns
Type | Description |
---|---|
IStructureFlag | SQL expression mapping flag |
NativeSqlType(String)
SQL expression result native SQL type name
Declaration
IStructureFlag NativeSqlType(string nativeSqlType)
Parameters
Type | Name | Description |
---|---|---|
String | nativeSqlType | Native SQL type name |
Returns
Type | Description |
---|---|
IStructureFlag | SQL expression mapping flag |
Size(Int32)
Size of SQL expression result value
Declaration
IStructureFlag Size(int size)
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | Size |
Returns
Type | Description |
---|---|
IStructureFlag | SQL expression mapping flag |
Size(Int32, Int32)
Size of SQL expression result value
Declaration
IStructureFlag Size(int size, int scale)
Parameters
Type | Name | Description |
---|---|---|
Int32 | size | Size |
Int32 | scale | Scale |
Returns
Type | Description |
---|---|
IStructureFlag | SQL expression mapping flag |