Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the BDC model object.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function Create ( _
modelName As String, _
isCached As Boolean _
) As Model
'Usage
Dim instance As ModelCollection
Dim modelName As String
Dim isCached As Boolean
Dim returnValue As Model
returnValue = instance.Create(modelName, _
isCached)
public Model Create(
string modelName,
bool isCached
)
Parameters
modelName
Type: System.StringThe BDC model name.
isCached
Type: System.Booleantrue if the BDC model is to be cached; otherwise, false.
Return Value
Type: Microsoft.SharePoint.BusinessData.Administration.Model
The BDC model object.