Click or drag to resize

LLBLGenProDesignerDataSourceViewSchema Property

Gets a schema that describes the data source view that is represented by this view object.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public override IDataSourceViewSchema Schema { get; }

Property Value

Type: IDataSourceViewSchema

Return Value

Type: IDataSourceViewSchema
An IDataSourceViewSchema.
See Also