Show / Hide Table of Contents

Method EnsureInitialized

| Improve this Doc View Source

EnsureInitialized()

Ensures this DataSet is initialized.

Declaration
public DataSet<T> EnsureInitialized()
Returns
Type Description
DataSet<T>

This DataSet for fluent coding.

Remarks

Normally DataSet will be initialized implicitly when first DataRow is added. You can call this method explicitly when necessary.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest