프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IPreparable | object | ||
SelectColumn | System |
메소드 | 설명 | |
---|---|---|
Glob ( string glob ) : |
Creates a special SelectColumn that is used to select all the columns in a table.
|
|
ISerializable ( SerializationInfo info, StreamingContext context ) : void | ||
ISqlFormattable ( SqlStringBuilder builder ) : void | ||
SelectColumn ( |
Constructs a new SelectColumn for the given expression.
|
|
SelectColumn ( |
Constructs a new SelectColumn for the given expression and aliased with the given name.
|
|
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
IPreparable ( IExpressionPreparer preparer ) : object | ||
SelectColumn ( SerializationInfo info, StreamingContext context ) : System |
public static Glob ( string glob ) : |
||
glob | string | The glob name for the column, which can be /// a simple asterisk (*) or prefixed by a table name (eg. Table.*). |
리턴 |
public ISerializable ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | |
context | StreamingContext | |
리턴 | void |
public ISqlFormattable ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
리턴 | void |
public SelectColumn ( |
||
expression | The |
|
리턴 | System |
public SelectColumn ( |
||
expression | The |
|
alias | string | The name to alias the resulted expression. |
리턴 | System |