Sql.DtoParamNames method (1 of 6)

Returns a comma-delimited list of named parameters for the properties of the specified DTO.

public static Sql DtoParamNames(Type type)

Remarks

The parameter names are the same as those used by the Dto methods of DbParameters.

See Also


Sql.DtoParamNames method (2 of 6)

Returns a comma-delimited list of named parameters for the properties of the specified DTO.

public static Sql DtoParamNames(Type type, Func<string, string> name)

Remarks

The parameter names are the same as those used by the Dto methods of DbParameters.

See Also


Sql.DtoParamNames method (3 of 6)

Returns a comma-delimited list of named parameters for the properties of the specified DTO.

public static Sql DtoParamNames(Type type, string name)

Remarks

The parameter names are the same as those used by the Dto methods of DbParameters.

See Also


Sql.DtoParamNames<T> method (4 of 6)

Returns a comma-delimited list of named parameters for the properties of the specified DTO.

public static Sql DtoParamNames<T>()

Remarks

The parameter names are the same as those used by the Dto methods of DbParameters.

See Also


Sql.DtoParamNames<T> method (5 of 6)

Returns a comma-delimited list of named parameters for the properties of the specified DTO.

public static Sql DtoParamNames<T>(Func<string, string> name)

Remarks

The parameter names are the same as those used by the Dto methods of DbParameters.

See Also


Sql.DtoParamNames<T> method (6 of 6)

Returns a comma-delimited list of named parameters for the properties of the specified DTO.

public static Sql DtoParamNames<T>(string name)

Remarks

The parameter names are the same as those used by the Dto methods of DbParameters.

See Also