Public Property ManyToManyWhere As String
public string ManyToManyWhere { get; set; }
public: property String^ ManyToManyWhere { String^ get (); void set (String^ value); }
function get_manyToManyWhere(); function set_manyToManyWhere(value);