|
Name |
Description |
|
GetByKeyList<(Of <<'(TKey>)>>)(MySqlObjectName, IEnumerable<(Of <<'(TKey>)>>))
|
Gets a set of records by their primary key.
|
|
GetByKeyList<(Of <<'(TKey>)>>)(MySqlObjectName, String, IEnumerable<(Of <<'(TKey>)>>))
|
Gets a set of records by an unique key.
|
|
GetByKeyList<(Of <<'(TObject, TKey>)>>)(MySqlObjectName, String, IEnumerable<(Of <<'(TKey>)>>))
|
Gets a set of records by a key list.
|
|
GetByKeyList<(Of <<'(TObject, TKey>)>>)(IEnumerable<(Of <<'(TKey>)>>))
|
Gets a set of records by a key list.
|
|
GetByKeyList<(Of <<'(TObject>)>>)(IEnumerable<(Of <<'(Guid>)>>))
|
Gets a set of records by a key list.
|
|
GetByKeyList<(Of <<'(TObject>)>>)(IEnumerable<(Of <<'(Int64>)>>))
|
Gets a set of records by a key list.
|
|
GetByKeyList<(Of <<'(TObject>)>>)(IEnumerable<(Of <<'(Int32>)>>))
|
Gets a set of records by a key list.
|
|
GetByKeyList<(Of <<'(TObject>)>>)(IEnumerable<(Of <<'(String>)>>))
|
Gets a set of records by a key list.
|
|
GetByKeyList<(Of <<'(T>)>>)(String, String, IEnumerable<(Of <<'(T>)>>))
|
Gets a set of records by an unique key.
|
|
GetByKeyList<(Of <<'(T>)>>)(String, IEnumerable<(Of <<'(T>)>>))
|
Gets a set of records by their primary key.
|