DataReaderExtensionGetNullableValueT Method
Namespace: FileHold.LibraryManager.ExtensionsAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
public static T? GetNullableValue<T>(
this IDataRecord reader,
string columnName
)
where T : struct, new()
- reader IDataRecord
-
- columnName String
-
- T
[Missing <typeparam name="T"/> documentation for "M:FileHold.LibraryManager.Extensions.DataReaderExtension.GetNullableValue``1(System.Data.IDataRecord,System.String)"]
NullableTIn Visual Basic and C#, you can call this method as an instance method on any object of type
IDataRecord. 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).