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.3.0.0 (5.3.0)
Syntax
public override IDataSourceViewSchema Schema { get; }

Property Value

Type: IDataSourceViewSchema

Return Value

Type: IDataSourceViewSchema
An IDataSourceViewSchema.
See Also