System.Data.Common.SqlBytesStorage.SqlBytesStorage C# (CSharp) Метод

SqlBytesStorage() публичный Метод

public SqlBytesStorage ( DataColumn column ) : System.Collections
column DataColumn
Результат System.Collections
        public SqlBytesStorage(DataColumn column)
        : base(column, typeof(SqlBytes), SqlBytes.Null, SqlBytes.Null, StorageType.SqlBytes)
        {
        }