Struct Sql.SqlID
Assembly: linq2db.dll
Syntax
public readonly struct SqlID : IToSqlConverter
Constructors
|
Improve this Doc
View Source
SqlID(Sql.SqlIDType, String)
Declaration
public SqlID(Sql.SqlIDType type, string id)
Parameters
Properties
|
Improve this Doc
View Source
ID
Declaration
public readonly string ID { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public readonly Sql.SqlIDType Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Nullable<Object>)
Declaration
public override readonly bool Equals(object? obj)
Parameters
Type |
Name |
Description |
System.Nullable<System.Object> |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override readonly int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Parse(String)
Declaration
public static Sql.SqlID Parse(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
|
Improve this Doc
View Source
ToSql(Expression)
Declaration
public readonly ISqlExpression ToSql(Expression expression)
Parameters
Type |
Name |
Description |
Expression |
expression |
|
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override readonly string ToString()
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods