|
AdoDataConnectionGuid(Guid) Method
|
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.275-beta+89764ccfd98a5e76971bbd58cae85aa2e8f59fbd
Syntaxpublic Object Guid(
Guid value
)
Public Function Guid (
value As Guid
) As Object
public:
Object^ Guid(
Guid value
)
member Guid :
value : Guid -> Object View SourceParameters
- value Guid
- Guid to format per database type.
Return Value
ObjectProper
Guid implementation for connected
AdoDataConnection database type.
See Also