Click or drag to resize
CatalogMetaDataRetrievalActionDescriptionActionFunc Property
Gets or sets the action func, which is the func to execute to perform the action. Assumes the action is performed by the catalog retriever which is calling this ActionFunc.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public Action<DBCatalog> ActionFunc { get; set; }

Property Value

Type: ActionDBCatalog
See Also