Click or drag to resize

CatalogMetaDataRetrievalActionDescription.ActionFunc 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.9.0.0 (5.9.0)
Syntax
public Action<DBCatalog> ActionFunc { get; set; }

Property Value

Type: Action<DBCatalog>
See Also