Method | Description | |
---|---|---|
OfAggregateType ( this configuration ) : IAggregateFunctionConfiguration | ||
ReturnsBinary ( this configuration ) : IFunctionConfiguration | ||
ReturnsBoolean ( this configuration ) : IFunctionConfiguration | ||
ReturnsDateTime ( this configuration ) : IFunctionConfiguration | ||
ReturnsNumeric ( this configuration ) : IFunctionConfiguration | ||
ReturnsString ( this configuration ) : IFunctionConfiguration | ||
ReturnsType ( this configuration, SqlType type ) : IFunctionConfiguration | ||
WithBooleanParameter ( this configuration, string name ) : IFunctionConfiguration | ||
WithDateTimeParameter ( this configuration, string name ) : IFunctionConfiguration | ||
WithDynamicParameter ( this configuration, string name ) : IFunctionConfiguration | ||
WithNumericParameter ( this configuration, string name ) : IFunctionConfiguration | ||
WithParameter ( this configuration, string name, SqlType type ) : IFunctionConfiguration | ||
WithStringParameter ( this configuration, string name ) : IFunctionConfiguration | ||
WithUnoundedParameter ( this configuration, string name, SqlType type ) : IFunctionConfiguration |
public static OfAggregateType ( this configuration ) : IAggregateFunctionConfiguration | ||
configuration | this | |
return | IAggregateFunctionConfiguration |
public static ReturnsBinary ( this configuration ) : IFunctionConfiguration | ||
configuration | this | |
return | IFunctionConfiguration |
public static ReturnsBoolean ( this configuration ) : IFunctionConfiguration | ||
configuration | this | |
return | IFunctionConfiguration |
public static ReturnsDateTime ( this configuration ) : IFunctionConfiguration | ||
configuration | this | |
return | IFunctionConfiguration |
public static ReturnsNumeric ( this configuration ) : IFunctionConfiguration | ||
configuration | this | |
return | IFunctionConfiguration |
public static ReturnsString ( this configuration ) : IFunctionConfiguration | ||
configuration | this | |
return | IFunctionConfiguration |
public static ReturnsType ( this configuration, SqlType type ) : IFunctionConfiguration | ||
configuration | this | |
type | SqlType | |
return | IFunctionConfiguration |
public static WithBooleanParameter ( this configuration, string name ) : IFunctionConfiguration | ||
configuration | this | |
name | string | |
return | IFunctionConfiguration |
public static WithDateTimeParameter ( this configuration, string name ) : IFunctionConfiguration | ||
configuration | this | |
name | string | |
return | IFunctionConfiguration |
public static WithDynamicParameter ( this configuration, string name ) : IFunctionConfiguration | ||
configuration | this | |
name | string | |
return | IFunctionConfiguration |
public static WithNumericParameter ( this configuration, string name ) : IFunctionConfiguration | ||
configuration | this | |
name | string | |
return | IFunctionConfiguration |
public static WithParameter ( this configuration, string name, SqlType type ) : IFunctionConfiguration | ||
configuration | this | |
name | string | |
type | SqlType | |
return | IFunctionConfiguration |
public static WithStringParameter ( this configuration, string name ) : IFunctionConfiguration | ||
configuration | this | |
name | string | |
return | IFunctionConfiguration |
public static WithUnoundedParameter ( this configuration, string name, SqlType type ) : IFunctionConfiguration | ||
configuration | this | |
name | string | |
type | SqlType | |
return | IFunctionConfiguration |