Interface IDataColumn
Assembly: Telerik.OpenAccess.dll
Syntax
public interface IDataColumn
Properties
Declaration
string AssemblyQualifiedName { get; }
Property Value
Declaration
bool IsBackendCalculated { get; }
Property Value
Declaration
bool? IsNullable { get; }
Property Value
|
System.Nullable<System.Boolean>
|
Declaration
bool IsPrimaryKey { get; }
Property Value
Declaration
int? ResolvedLength { get; }
Property Value
|
System.Nullable<System.Int32>
|
Declaration
int? ResolvedScale { get; }
Property Value
|
System.Nullable<System.Int32>
|
Declaration
string ResolvedSqlType { get; }
Property Value
Declaration
Property Value