Click or drag to resize
FdoFeatureCollectionTryGetDataSet Method

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool TryGetDataSet(
	ref DataSet result,
	string name = null,
	string namespace = null,
	string prefix = null
)

Parameters

result
Type: System.DataDataSet
name (Optional)
Type: SystemString
namespace (Optional)
Type: SystemString
prefix (Optional)
Type: SystemString

Return Value

Type: Boolean
See Also