Get table or view of class.
You can set it by DBSource attribute.
Namespace: DataBaseExecutors.EntityYou can set it by DBSource attribute.
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax
Parameters
- t
- Type: System Type
type of class
- isForSelect (Optional)
- Type: System Boolean
For select or not. Because you can set not only table but also view for selecting in DBSource attribute.
Return Value
Type: String[Missing <returns> documentation for "M:DataBaseExecutors.Entity.DBEntity.GetSource(System.Type,System.Boolean)"]
Remarks
See Also