Skip to content

TzParameter.Create method (1 of 2)

Create an new instance of TzParameter where the parameter is non generic.

csharp
public static TzParameter Create(PropertyInfo propertyInfo)
public static TzParameter Create(PropertyInfo propertyInfo)
parameterdescription
propertyInfoThe parameter info.

See Also


TzParameter.Create method (2 of 2)

Create an new instance of TzParameter where the parameter is non generic.

csharp
public static TzParameter Create(string name, Type type)
public static TzParameter Create(string name, Type type)
parameterdescription
nameThe parameter name.
typeThe parameter type.

See Also