DbEntitySetWhereRelation Method |
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic DbEntity SetWhereRelation(
WhereRelation whereRelation
)
Public Function SetWhereRelation (
whereRelation As WhereRelation
) As DbEntity
public:
DbEntity^ SetWhereRelation(
WhereRelation whereRelation
)
member SetWhereRelation :
whereRelation : WhereRelation -> DbEntity
Parameters
- whereRelation
- Type: Adf.DbWhereRelation
Return Value
Type:
DbEntity[Missing <returns> documentation for "M:Adf.Db.DbEntity.SetWhereRelation(Adf.Db.WhereRelation)"]
See Also