System.Data.Common.DataStorage.DataStorage C# (CSharp) Méthode

DataStorage() protected méthode

protected DataStorage ( DataColumn column, Type type, object defaultValue, StorageType storageType ) : System.Collections
column DataColumn
type System.Type
defaultValue object
storageType StorageType
Résultat System.Collections
        protected DataStorage(DataColumn column, Type type, object defaultValue, StorageType storageType)
            : this(column, type, defaultValue, DBNull.Value, false, storageType)
        {
        }

Same methods

DataStorage::DataStorage ( DataColumn column, Type type, object defaultValue, object nullValue, StorageType storageType ) : System.Collections
DataStorage::DataStorage ( DataColumn column, Type type, object defaultValue, object nullValue, bool isICloneable, StorageType storageType ) : System.Collections