System.Data.Common.SqlUdtStorage.SqlUdtStorage C# (CSharp) Method

SqlUdtStorage() public method

public SqlUdtStorage ( DataColumn column, Type type ) : System.Data.SqlTypes
column DataColumn
type Type
return System.Data.SqlTypes
        public SqlUdtStorage(DataColumn column, Type type)
        : this(column, type, GetStaticNullForUdtType(type))
        {
        }

Same methods

SqlUdtStorage::SqlUdtStorage ( DataColumn column, Type type, object nullValue ) : System.Data.SqlTypes