Class DataQueryState
Data query state
Inherited Members
Namespace: XData.DataSource.Structure
Assembly: XData.docfx.dll
Syntax
[Serializable]
[DataContract]
public class DataQueryState
Properties
| Improve this Doc View SourceAssemblyName
Element type assembly name
Declaration
[DataMember]
public string AssemblyName { get; set; }
Property Value
Type | Description |
---|---|
String |
Context
Context
Declaration
[DataMember]
public string Context { get; set; }
Property Value
Type | Description |
---|---|
String |
ElementType
Element type name
Declaration
[DataMember]
public string ElementType { get; set; }
Property Value
Type | Description |
---|---|
String |
Structure
DataStructure
Declaration
[DataMember]
public DataStructureState Structure { get; set; }
Property Value
Type | Description |
---|---|
DataStructureState |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |