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; }
Public Property ActionFunc As Action(Of DBCatalog)
Get
Set
Property Value
Type:
ActionDBCatalogSee Also