Click or drag to resize

SQLUpdaterSchema Property

Retrieves the schema for the specified Table. Requires that the object was constructed with the SQLUpdater(IDatabase, String, String) constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public SchemaInfoCollection Schema { get; }

Property Value

Type: SchemaInfoCollection
See Also