Class SqlQueryDataContainerContext
A concrete implementation of the Workspace.XBR.Xperiflow.Etl.IDataContainerContext interface that represents a SQL query.
Namespace: Workspace.XBR.Xperiflow.Etl
Assembly: Xperiflow.dll
Declaration
public class SqlQueryDataContainerContext : IDataContainerContext
Implements: Workspace.XBR.Xperiflow.Etl.IDataContainerContext
Properties
SqlQuery
The SQL query.
Declaration
[JsonPropertyName("sqlQuery")]
public string SqlQuery { get; set; }
Methods
ToJson()
Serializes the Workspace.XBR.Xperiflow.Etl.SqlQueryDataContainerContext object to a JSON string.
Declaration
public string ToJson()
Returns
System.String
A serialized representation of the SqlQueryDataContainerContext
FromJson(string)
Deserializes the JSON string to a Workspace.XBR.Xperiflow.Etl.SqlQueryDataContainerContext object.
Declaration
public static SqlQueryDataContainerContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Etl.SqlQueryDataContainerContext
A Workspace.XBR.Xperiflow.Etl.SqlQueryDataContainerContext
Parameters
| Type | Name | Description |
|---|---|---|
System.String | data | The JSON string representation of the SqlQueryDataContainerContext |
Exceptions
System.Text.Json.JsonException
Implements
Inherited Members
System.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString