Class FieldMetaData
Inheritance
System.Object
FieldMetaData
Namespace: Telerik.OpenAccess.Debug
Assembly: Telerik.OpenAccess.Runtime.dll
Syntax
public class FieldMetaData
Properties
ColumnName
Declaration
public string ColumnName { get; }
Property Value
System.
|
DeclaringType
FieldType
Declaration
public Type FieldType { get; }
Property Value
System.
|
IsEmbedded
Declaration
public bool IsEmbedded { get; }
Property Value
System.
|
IsEmbeddedInternally
Declaration
public bool IsEmbeddedInternally { get; }
Property Value
System.
|
IsMapKeyRef
Declaration
public bool IsMapKeyRef { get; }
Property Value
System.
|
IsMapValueRef
Declaration
public bool IsMapValueRef { get; }
Property Value
System.
|
IsReferenceType
Declaration
public bool IsReferenceType { get; }
Property Value
System.
|
IsStructRef
Declaration
public bool IsStructRef { get; }
Property Value
System.
|
KeyTypeMetaData
Length
Declaration
public int Length { get; }
Property Value
System.
|
Name
Declaration
public string Name { get; }
Property Value
System.
|
ReferenceType
Scale
Declaration
public int Scale { get; }
Property Value
System.
|