Click or drag to resize
FdoFeatureGetSchemaTable Method (Boolean)
Returns an empty data table representing feature schema. Compliant with IDataReader.

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public DataTable GetSchemaTable(
	bool excludeExpressions = false
)

Parameters

excludeExpressions (Optional)
Type: SystemBoolean

Return Value

Type: DataTable

Implements

IFdoFeatureGetSchemaTable(Boolean)
Remarks