IClass1DataSource Methods
The IClass1DataSource type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Delete<(Of <<'(TArgument>)>>)(String, TArgument, DeleteOptions) |
Delete an object model from the specified table.
|
![]() |
Delete<(Of <<'(TArgument>)>>)(TArgument, DeleteOptions) |
Delete an object model from the table indicated by the class's Table attribute.
|
![]() |
DeleteByKey(String, String, DeleteOptions) |
Delete by key.
|
![]() |
DeleteByKey<(Of <<'(TKey>)>>)(String, TKey, DeleteOptions) |
Delete by key.
|
![]() |
DeleteByKeyList<(Of <<'(TKey>)>>) |
Delete by key.
|
![]() |
DeleteWithFilter(String, String) |
Delete multiple records using a where expression.
|
![]() |
DeleteWithFilter(String, String, Object) |
Delete multiple records using a where expression.
|
![]() |
DeleteWithFilter(String, Object, FilterOptions) |
Delete multiple records using a filter object.
|
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
From(String) |
This is used to directly query a table or view.
|
![]() |
From(String, String) |
This is used to directly query a table or view.
|
![]() |
From(String, String, Object) |
This is used to directly query a table or view.
|
![]() |
From(String, Object, FilterOptions) |
This is used to directly query a table or view.
|
![]() |
From<(Of <<'(TObject>)>>)()()()() |
This is used to directly query a table or view.
|
![]() |
From<(Of <<'(TObject>)>>)(String) |
This is used to directly query a table or view.
|
![]() |
From<(Of <<'(TObject>)>>)(String, Object) |
This is used to directly query a table or view.
|
![]() |
From<(Of <<'(TObject>)>>)(Object) |
This is used to directly query a table or view.
|
![]() |
GetByKey(String, String) |
Gets a record by its primary key.
|
![]() |
GetByKey<(Of <<'(TKey>)>>)(String, TKey) |
Gets a record by its primary key.
|
![]() |
GetByKeyList<(Of <<'(TKey>)>>)(String, IEnumerable<(Of <<'(TKey>)>>)) |
Gets a set of records by their primary key.
|
![]() |
GetByKeyList<(Of <<'(TKey>)>>)(String, String, IEnumerable<(Of <<'(TKey>)>>)) |
Gets a set of records by an unique key.
|
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Insert<(Of <<'(TArgument>)>>)(String, TArgument, InsertOptions) |
Inserts an object into the specified table.
|
![]() |
Insert<(Of <<'(TArgument>)>>)(TArgument, InsertOptions) |
Inserts an object into the specified table.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
![]() |
Update<(Of <<'(TArgument>)>>)(String, TArgument, UpdateOptions) |
Update an object in the specified table.
|
![]() |
Update<(Of <<'(TArgument>)>>)(TArgument, UpdateOptions) |
Update an object in the specified table.
|
![]() |
UpdateByKey<(Of <<'(TArgument>)>>)(String, TArgument, String, UpdateOptions) |
Update a record by its primary key.
|
![]() |
UpdateByKey<(Of <<'(TArgument, TKey>)>>)(String, TArgument, TKey, UpdateOptions) |
Update a record by its primary key.
|
![]() |
UpdateByKeyList<(Of <<'(TArgument, TKey>)>>) |
Update multiple rows by key.
|
![]() |
UpdateSet(String, String, UpdateOptions) |
Update multiple records using an update expression.
|
![]() |
UpdateSet(String, String, Object, UpdateOptions) |
Update multiple records using an update expression.
|
![]() |
UpdateSet(String, Object, UpdateOptions) |
Update multiple records using an update value.
|
![]() |
Upsert<(Of <<'(TArgument>)>>)(String, TArgument, UpsertOptions) |
Perform an insert or update operation as appropriate.
|
![]() |
Upsert<(Of <<'(TArgument>)>>)(TArgument, UpsertOptions) |
Perform an insert or update operation as appropriate.
|