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

GetEmptyStorage() protected méthode

protected GetEmptyStorage ( int recordCount ) : object
recordCount int
Résultat object
        protected override object GetEmptyStorage(int recordCount)
        {
            return new SqlDouble[recordCount];
        }