DataStructureCollectionT Constructor |
Namespace:
Unvired.Kernel.Utils
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DataStructureCollection(
string whereClause,
string orderByClause
)
Public Sub New (
whereClause As String,
orderByClause As String
)
public:
DataStructureCollection(
String^ whereClause,
String^ orderByClause
)
new :
whereClause : string *
orderByClause : string -> DataStructureCollectionParameters
- whereClause
- Type: SystemString
- orderByClause
- Type: SystemString
See Also