Метод | Описание | |
---|---|---|
OfDynamicType ( this config ) : IFunctionParameterConfiguration | ||
OfNumericType ( this config ) : IFunctionParameterConfiguration | ||
OfNumericType ( this config, int size ) : IFunctionParameterConfiguration | ||
OfStringType ( this config ) : IFunctionParameterConfiguration | ||
OfVarCharType ( this config ) : IFunctionParameterConfiguration | ||
OfVarCharType ( this config, int maxSize ) : IFunctionParameterConfiguration | ||
Unbounded ( this config ) : IFunctionParameterConfiguration |
public static OfDynamicType ( this config ) : IFunctionParameterConfiguration | ||
config | this | |
Результат | IFunctionParameterConfiguration |
public static OfNumericType ( this config ) : IFunctionParameterConfiguration | ||
config | this | |
Результат | IFunctionParameterConfiguration |
public static OfNumericType ( this config, int size ) : IFunctionParameterConfiguration | ||
config | this | |
size | int | |
Результат | IFunctionParameterConfiguration |
public static OfStringType ( this config ) : IFunctionParameterConfiguration | ||
config | this | |
Результат | IFunctionParameterConfiguration |
public static OfVarCharType ( this config ) : IFunctionParameterConfiguration | ||
config | this | |
Результат | IFunctionParameterConfiguration |
public static OfVarCharType ( this config, int maxSize ) : IFunctionParameterConfiguration | ||
config | this | |
maxSize | int | |
Результат | IFunctionParameterConfiguration |
public static Unbounded ( this config ) : IFunctionParameterConfiguration | ||
config | this | |
Результат | IFunctionParameterConfiguration |