Dbc.CreateView Method | |
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD CreateView(
cName AS STRING,
cConnection AS STRING := "",
lRemote AS LOGIC := FALSE,
lShared AS LOGIC := FALSE,
sSelect AS STRING := ""
) AS VOID
public static void CreateView(
string cName,
string cConnection = "",
bool lRemote = false,
bool lShared = false,
string sSelect = ""
)
Request Example
View SourceParameters
- cName
- Type: String
- cConnection (Optional)
- Type: String
- lRemote (Optional)
- Type: Logic
- lShared (Optional)
- Type: Logic
- sSelect (Optional)
- Type: String
See Also