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.
Gets or sets the name of the column without database-specific delimiters.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<XmlAttributeAttribute("name")> _
Public Property UnquotedName As String
'Usage
Dim instance As DbSyncColumnDescription
Dim value As String
value = instance.UnquotedName
instance.UnquotedName = value
[XmlAttributeAttribute("name")]
public string UnquotedName { get; set; }
[XmlAttributeAttribute(L"name")]
public:
property String^ UnquotedName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_UnquotedName ()
/** @property */
public void set_UnquotedName (String value)
public function get UnquotedName () : String
public function set UnquotedName (value : String)
Property Value
The name of the column without database-specific delimiters.
Remarks
Use this property to get or set the column name without delimiters, such as []. To get the column name with delimiters, use QuotedName.
See Also
Reference
DbSyncColumnDescription Class
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace