CompareByFieldIndexKeyInitNew Method |
Internal Use
Namespace:
VelocityDb.Collection.Comparer
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public void InitNew(
TypeVersion tVersion,
string fields
)
Public Sub InitNew (
tVersion As TypeVersion,
fields As String
)
public:
void InitNew(
TypeVersion^ tVersion,
String^ fields
)
member InitNew :
tVersion : TypeVersion *
fields : string -> unit
Parameters
- tVersion
- Type: VelocityDb.TypeInfoTypeVersion
[Missing <param name="tVersion"/> documentation for "M:VelocityDb.Collection.Comparer.CompareByFieldIndex`1.InitNew(VelocityDb.TypeInfo.TypeVersion,System.String)"]
- fields
- Type: SystemString
[Missing <param name="fields"/> documentation for "M:VelocityDb.Collection.Comparer.CompareByFieldIndex`1.InitNew(VelocityDb.TypeInfo.TypeVersion,System.String)"]
See Also