Interface IJoinable
.NET interface for TO BE DEFINED FROM USER
public interface IJoinable
Properties
MatchColumnIndexes
int[] MatchColumnIndexes { get; }
Property Value
- int[]
MatchColumnNames
String[] MatchColumnNames { get; }
Property Value
- String[]
Methods
SetMatchColumn(String)
void SetMatchColumn(String arg0)
Parameters
Exceptions
SetMatchColumn(String[])
void SetMatchColumn(String[] arg0)
Parameters
Exceptions
SetMatchColumn(int)
void SetMatchColumn(int arg0)
Parameters
Exceptions
SetMatchColumn(int[])
void SetMatchColumn(int[] arg0)
Parameters
Exceptions
UnsetMatchColumn(String)
void UnsetMatchColumn(String arg0)
Parameters
Exceptions
UnsetMatchColumn(String[])
void UnsetMatchColumn(String[] arg0)
Parameters
Exceptions
UnsetMatchColumn(int)
void UnsetMatchColumn(int arg0)
Parameters
Exceptions
UnsetMatchColumn(int[])
void UnsetMatchColumn(int[] arg0)