DBEntity GetSource Method DataBaseExecutors
Get table or view of class.
You can set it by DBSource attribute.

Namespace: DataBaseExecutors.Entity
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public static string GetSource(
	Type t,
	bool isForSelect = true
)

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