C# Класс Deveel.Data.Routines.FunctionParameterConfigurationExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

OfDynamicType() публичный статический Метод

public static OfDynamicType ( this config ) : IFunctionParameterConfiguration
config this
Результат IFunctionParameterConfiguration

OfNumericType() публичный статический Метод

public static OfNumericType ( this config ) : IFunctionParameterConfiguration
config this
Результат IFunctionParameterConfiguration

OfNumericType() публичный статический Метод

public static OfNumericType ( this config, int size ) : IFunctionParameterConfiguration
config this
size int
Результат IFunctionParameterConfiguration

OfStringType() публичный статический Метод

public static OfStringType ( this config ) : IFunctionParameterConfiguration
config this
Результат IFunctionParameterConfiguration

OfVarCharType() публичный статический Метод

public static OfVarCharType ( this config ) : IFunctionParameterConfiguration
config this
Результат IFunctionParameterConfiguration

OfVarCharType() публичный статический Метод

public static OfVarCharType ( this config, int maxSize ) : IFunctionParameterConfiguration
config this
maxSize int
Результат IFunctionParameterConfiguration

Unbounded() публичный статический Метод

public static Unbounded ( this config ) : IFunctionParameterConfiguration
config this
Результат IFunctionParameterConfiguration