Click or drag to resize
FdoProviderCreateDataStore Method
Implementation specific.

Namespace: FDF.Common.Providers
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public abstract void CreateDataStore(
	Model model,
	string name = "",
	string description = ""
)

Parameters

model
Type: FDF.Common.ObjectModelModel
name (Optional)
Type: SystemString
description (Optional)
Type: SystemString
See Also