Class DataSourceAttribute
Base data object source attribute
Inheritance
DataSourceAttribute
Inherited Members
Namespace: XData.Mapping
Assembly: XData.docfx.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public abstract class DataSourceAttribute : Attribute
Properties
| Improve this Doc View SourceAlias
Data source alias
Declaration
public abstract string Alias { get; protected set; }
Property Value
Type | Description |
---|---|
String |
Type
Data source type
Declaration
public abstract DataSourceType Type { get; }
Property Value
Type | Description |
---|---|
DataSourceType |