C# Class GraphView.TsqlFragmentToString

Show file Open project: Microsoft/GraphView Class Usage Examples

Public Methods

Method Description
AssignmentType ( AssignmentKind kind ) : string
BinaryExpressionType ( BinaryExpressionType btype ) : string
BinaryQueryExpressionType ( BinaryQueryExpressionType etype ) : string
BooleanComparisonType ( BooleanComparisonType ctype ) : string
BooleanExpressionType ( BooleanBinaryExpressionType btype ) : string
DataType ( DataTypeReference dtype ) : string
JoinType ( QualifiedJoinType jType, JoinHint jHint ) : string
JoinType ( UnqualifiedJoinType jType ) : string
MultipartIdentifier ( MultiPartIdentifier multiIdent ) : string
OptimizerHintKind ( OptimizerHintKind type ) : string
SchemaObjectName ( SchemaObjectName sobj ) : string
SortOrder ( SortOrder order ) : string
UnaryExpressionType ( UnaryExpressionType type ) : string

Method Details

AssignmentType() public static method

public static AssignmentType ( AssignmentKind kind ) : string
kind AssignmentKind
return string

BinaryExpressionType() public static method

public static BinaryExpressionType ( BinaryExpressionType btype ) : string
btype BinaryExpressionType
return string

BinaryQueryExpressionType() public static method

public static BinaryQueryExpressionType ( BinaryQueryExpressionType etype ) : string
etype BinaryQueryExpressionType
return string

BooleanComparisonType() public static method

public static BooleanComparisonType ( BooleanComparisonType ctype ) : string
ctype BooleanComparisonType
return string

BooleanExpressionType() public static method

public static BooleanExpressionType ( BooleanBinaryExpressionType btype ) : string
btype BooleanBinaryExpressionType
return string

DataType() public static method

public static DataType ( DataTypeReference dtype ) : string
dtype DataTypeReference
return string

JoinType() public static method

public static JoinType ( QualifiedJoinType jType, JoinHint jHint ) : string
jType QualifiedJoinType
jHint JoinHint
return string

JoinType() public static method

public static JoinType ( UnqualifiedJoinType jType ) : string
jType UnqualifiedJoinType
return string

MultipartIdentifier() public static method

public static MultipartIdentifier ( MultiPartIdentifier multiIdent ) : string
multiIdent MultiPartIdentifier
return string

OptimizerHintKind() public static method

public static OptimizerHintKind ( OptimizerHintKind type ) : string
type OptimizerHintKind
return string

SchemaObjectName() public static method

public static SchemaObjectName ( SchemaObjectName sobj ) : string
sobj SchemaObjectName
return string

SortOrder() public static method

public static SortOrder ( SortOrder order ) : string
order SortOrder
return string

UnaryExpressionType() public static method

public static UnaryExpressionType ( UnaryExpressionType type ) : string
type UnaryExpressionType
return string