Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
DataExtensions Class
DataExtensions Methods
As(InfoType) Method
AsIndexable(TKey, TValue) Method
AsModifyable Method
CheckRequiredColumns Method
CombineWith Method
GetNamedEnumerator(T) Method
ToAuthorizationResultEnum Method
ToBoolean Method
ToDictionaryById Method
ToJSON Method
ToXML Method
WhenColumnValue Method
With(T) Method
DataExtensions
AsModifyable Method
Ensures that the given DataSet is not cached, copies the data if it is
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
Copy
public
static
DataSet
AsModifyable
(
this
DataSet
ds
)
Parameters
ds
Type:
System.Data
DataSet
Source data
Return Value
Type:
DataSet
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
DataSet
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
DataExtensions Class
CMS.DataEngine Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com