Overload List

  NameDescription
Public methodColumnInfo(String, ColumnDataType)
Constructor for a ColumnInfo object, this constructor doesn't support user data type
Public methodColumnInfo(String, String)
Create a new ColumnInfo for user defined type schema string must contain C# name of the type do not use this method with CLR name of type (Type.FullName), call ColumnInfo(string name, Type type) instead
Public methodColumnInfo(String, Type)
Create a new ColumnInfo, the type can be of any user defined type.

See Also