Class _SqlXml
Represents a System.Data.SqlTypes.SqlXml column.
Implements
System.Collections.Generic.IReadOnlyCollection<Column>
System.Collections.Generic.IEnumerable<Column>
System.Collections.IEnumerable
System.Collections.Generic.IComparer<DataRow>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data.SqlServer
Assembly: DevZest.Data.SqlServer.dll
Syntax
public sealed class _SqlXml : Column<SqlXml>, IDesignable, IColumns, IReadOnlyCollection<Column>, IEnumerable<Column>, IEnumerable, IComparer<DataRow>, IColumn<SqlReader>, IColumn
Properties
Name | Description |
---|---|
Item[SqlReader] | Gets the value of this column from SqlReader's current row. |
Methods
Name | Description |
---|---|
AreEqual(SqlXml, SqlXml) | |
CastToString() | |
Const(SqlXml) | Creates a column of constant expression. |
CreateConst(SqlXml) | |
CreateParam(SqlXml) | |
CreateSqlXml(String) | Create System.Data.SqlTypes.SqlXml object from string value. |
DeserializeValue(JsonValue) | |
IsNull(SqlXml) | |
Param(SqlXml, _SqlXml) | Creates a column of parameter expression. |
SerializeValue(SqlXml) |
Operators
Name | Description |
---|---|
Explicit(_String to _SqlXml) | Converts the supplied _String to _DateTimeOffset. |
Explicit(_SqlXml to _String) | |
Implicit(SqlXml to _SqlXml) | Converts the supplied System.Data.SqlTypes.SqlXml to _SqlXml expression. |
Explicit Interface Implementations
Name | Description |
---|---|
IColumn<SqlReader>.Read(SqlReader, DataRow) |